All Questions
Tagged with hyperparametermatlab
4 questions
2votes
1answer
501views
Hyperparameter optimization performance comparison
I have used Bayesian optimization for hyperparameter tuning in a machine learning model. What is the best way to compare the performance of network with and without Bayesian optimization? I found some ...
0votes
1answer
515views
Tuning C hyper parameter in Soft Margin SVM in Matlab
How to tune the C 'BoxConstraint' hyperparameter in soft margin SVM to get the best optimal value?
1vote
0answers
749views
SVM hard and soft margins in matlab,
I am comparing the performances of several SVM models in matlab using the fitcsvm function, and I want to double check that I am using the correct syntax for hard ...
3votes
2answers
1kviews
Setting best SVM hyper parameters
I have a non linear data set, and I am using SVM (RBF kernel) to build a classification model, but not sure how to set the best hyperparameters of the SVM, C and gamma in Matlab ...